Tootsville-User::Inv

Function

Inv names a function, with lambda list (&REST WORDS):

Get a user's inventory

Get inventory items for a particular user. By default, this will bring up only the active items --- e.g. clothing being worn, and so forth.

Usage

To get all active inventory for an user: #inv LOGIN

To get all inventory for an user, active or inactive (this may be very long!): #inv LOGIN #all

To get inventory of a particular type, active or inactive: @code{#inv LOGIN #type TYPE }

The type strings accepted are those accepted by TOOTSVILLE INFINITY-GET-INVENTORY-BY-TYPE; this means that both the $SPECIFIC-TYPE and TYPE-SET-NAME forms are accepted. The list of specific types might include e.g. $Hair, and a type-set-name might be something like clothing. The set of available type-set-names is specified in the configuration file.

File

Defined in file src/infinity/legacy-ops.lisp.